Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NTable<T> Class
Fields Properties Methods


In This Topic
    NTable<T> Class Members
    In This Topic

    The following tables list the members exposed by NTable<T>.

    Public Properties
     NameDescription
    Public PropertyGets all columns that belong to the table (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets all constraints that the table has. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets the foreign key columns. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets/Sets the Identity column. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets/Sets the indexes. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets/Sets the database object name. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Public PropertyGets the owner object of this object. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Public PropertyGets the primary key columns. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public PropertyGets/ Sets the Row GUID column. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a foreign key. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Public MethodAdds a primary key. (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Protected MethodOn item remove. (Inherited from Nevron.Nov.Data.DBModel.NDatabaseObject)
    Internal Method (Inherited from Nevron.Nov.Data.DBModel.NTableBase)
    Top
    See Also